From b890056aa665c4d6964a6ae2bf312df71509df00 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Fri, 14 Mar 2008 14:57:58 -0600 Subject: [PATCH] [IA64] Cleanup vcpu_set_psr_l() Remove redundant bit setting. Signed-off-by: Akio Takebe --- xen/arch/ia64/xen/vcpu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/ia64/xen/vcpu.c b/xen/arch/ia64/xen/vcpu.c index c8d4118f4b..c7aa0a3313 100644 --- a/xen/arch/ia64/xen/vcpu.c +++ b/xen/arch/ia64/xen/vcpu.c @@ -497,8 +497,6 @@ IA64FAULT vcpu_set_psr_l(VCPU * vcpu, u64 val) ipsr->mfh = 1; if (newpsr.ac) ipsr->ac = 1; - if (newpsr.up) - ipsr->up = 1; if (newpsr.dt && newpsr.rt) vcpu_set_metaphysical_mode(vcpu, FALSE); else -- 2.30.2